.config/i3/config
file ``` #
#
.vim
from github git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
.vimrc
file in ~
path ``` set nocompatible “ be iMproved, required filetype off “ requiredLet’s declare a function -
``` // Function Definition int function(int a, int b){ // Do some stuff return 0; }
grub
file in /etc/default/
location ctrl + alt + T
to open terminalsudo vi /ect/default/grub
and change the followingGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
by adding a #
at the beginning of the lineGRUB_CMDLINE_LINUX=""
to GRUB_CMDLINE_LINUX="text"
#GRUB_TERMINAL=console
by removing #
at the beginningThe above change will look like
grub
by esc
then :wq
sudo update-grub
default.target
from graphical.target
to multi-user.target
sudo systemctl set-default multi-user.target
sudo systemctl get-default
I just spent one day building this blog with Jekyll and github page and it’s now up. Many thanks to Jalpc Jekyll Blog which I blatantly git cloned and tweaked to avoid building from scratch. It’s actually pretty great looking!
23 Nov 2017 Ujjal Kumar Das